home *** CD-ROM | disk | FTP | other *** search
/ PC Media 3 / PC MEDIA CD03.iso / share / os2 / pas_os2 / mvnotes.doc < prev    next >
Encoding:
Text File  |  1993-09-29  |  12.1 KB  |  316 lines

  1.                MEDIA VISION OS/2 DRIVERS
  2.             ==============================             
  3.                 May 27, 1993
  4.  
  5. This file contains important information for OS/2 2.1 users that have
  6. installed Media Vision's OS/2 2.1 MMPM drivers.  Along with this file
  7. you should have received a SCSI driver and a Presentation Manager mixer
  8. program.
  9.  
  10.  
  11. Audio driver
  12.  
  13. The audio driver for the Multimedia Presentation Manager subsystem can
  14. be easily installed from the OS/2 distribution disks.  
  15.  
  16. The MMPM/2 audio driver is named MVPRODD.SYS.  MVPRODD now supports many of
  17. the same command line switches that  the DOS device driver MVSOUND.SYS uses.
  18. Here is a list:
  19.  
  20.     /S:X,XXX,X,X     SoundBlaster { enable,base addr,DMA,IRQ }
  21.              Note: Sound Blaster DMA channel must be 1 on this
  22.              driver release. 
  23.     /N:<name>        allows naming of driver /N:PAS161$ (do not change)
  24.     /T:X             T:1 = use PAS oscillator for OPL-3 (default /T:0)
  25.     /D:X             sets the DMA channel
  26.     /Q:X             sets the IRQ channel
  27.     /I:X             also can be used to set the IRQ channel
  28.     /B:XXX           HEX Base board I/O location (DEFAULT: /B:388)
  29.     /W:X             /W:1 enables warm boot reset (DEFAULT /W:0)
  30.     /M:X,XXX,X       MPU {enable,base addr,IRQ}
  31.     /F:X             FM Synth disable switch; /F:1 enabled by default
  32.     /J:X             /J:1 cause Joystick to be enabled, J:0 is default  
  33.  
  34. I/O relocation.  
  35.       The PAS Plus and PAS 16 have always been able to 
  36.       reside at addresses other than the default port addresses: 0x388-0x38b.
  37.       This is useful when there are hardware conflicts with another board
  38.       that wants to use the same I/O space or when the user wishes to use 
  39.       multiple PAS cards.   If you relocate the I/O addresses, however, be
  40.       forewarned that DOS applications and tools usually will not find the
  41.       card.  
  42.  
  43. Warm Boot Reset.  
  44.       The Warm Boot Reset feature is useful to clear the tones generated by
  45.       an Adlib compatible game that has been aborted with CTRL-ALT-DEL.  
  46.       This feature has been traditionally enabled in the past.  The PAS
  47.       detects a warm boot reset (CTRL-ALT-DEL) by decoding writes to the DMA
  48.       refresh timer.  Some new motherboards (system planars) and reportedly
  49.       BIOS' from Quadtel use that same timer for something else, causing the
  50.       PAS to constantly reset.  It's therefore safer to have this feature
  51.       default to off.  Try adding the switch and if the card still produces
  52.       sound, it's not a problem for your system.
  53.  
  54. Sound Blaster Initialization.  The PAS 16 has dedicated Sound Blaster
  55.       circuitry which operates independently of the high quality digital
  56.       audio section.  That's why the PAS 16 requires two DMA's and two IRQ's. 
  57.       The /S switch will enable the SoundBlaster circuitry allowing game
  58.       compatibility in a DOS box and also allowing the snblst2.drv and 
  59.       sbwave.drv drivers to be used in WINOS2. 
  60.     
  61.       /S:1,220,1,5    is the correct setting if using the factory defaults
  62.  
  63.       Notes on MVSOUND.SYS in OS/2 DOS sessions:
  64.  
  65.       The DOS device driver has three main purposes:
  66.  
  67.     1) Initialize PAS 16 hardware, setting mixer volumes
  68.  
  69.     2) Initialize the Sound Blaster circuitry
  70.  
  71.     3) Provide volume control services to DOS apps.
  72.  
  73.       Since the OS/2 driver, MVPRODD.SYS, now provides items 1 and 2 above,
  74.       it may not be necessary to load MVSOUND.SYS in your DOS & WinOS2 
  75.       session.  However, if you are using a DOS application that requires
  76.       MVSOUND.SYS (e.g. PLAYFILE, Trak Blaster Pro or the PAS utility)
  77.       you will have to load it.  '
  78.  
  79.       Some games, Wolfenstein 3D for example,  require the FM synthesizer
  80.       chip (the OPL-3) to be in Adlib-compatibility mode.  The MVPRODD.SYS
  81.       sets the synthesizer chip for enhanced OPL-3 mode.  When starting a 
  82.       DOS session, the synth chip will be in the wrong mode and thus 
  83.       the game won't recognize the hardware.  In cases like this it is 
  84.       necessary to load MVSOUND.SYS in the DOS box.  In the future we will
  85.       handle the OPL-3 mode conversion automatically.
  86.  
  87.       The file PROAS.EXE, which is available on the Media Vision BBS and
  88.       CompuServe's MULTIVEN forum (GO MEDIAVISION), is a program that 
  89.       performs the same functions as MVSOUND.SYS but can be run from 
  90.       autoexec.bat and does not stay resident.  It might be useful in 
  91.       situations where DOS memory is at a premium.     
  92.        
  93. MPU-401 emulation.  This requires a PAS 16 with a Rev 'D' MV101 chip.
  94.       To check your PAS 16 chip version number, run DEBUG and type 
  95.       'i FF88'  (this assumes card I/O addressing has not been relocated)
  96.       If the value is 4, you have a Rev D chip and you can enjoy MPU-401
  97.       (UART mode) emulation in DOS session.   If you have an older Rev
  98.       chip, we hope to emulate MPU-401 hardware with a VDD in the future.
  99.  
  100.       For most systems the following settings will work:
  101.        /M:1,330,15
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108. --------------------------------------------------------------------------------
  109.             FREQUENTLY ASKED QUESTIONS
  110. --------------------------------------------------------------------------------
  111.  
  112. Q: How can I control the mixer functions of the PAS card?
  113.  
  114. A: Media Vision has developed an application, PROMIX2.EXE, that provides
  115.    complete access to the PAS mixing functions.  Promix2 is available
  116.    on CompuServe and on the Media Vision BBS.  Updates to drivers, new 
  117.    OS/2 programs and third party software will also be available there.
  118.     
  119.    The Promix2 application requires OS2MIXER.DLL to be in the LIBPATH.  
  120.    The MMOS2\DLL directory is in the libpath.  
  121.  
  122.        copy OS2MIXER.DLL to c:\MMOS2\DLL
  123.  
  124.    Copy the Promix2.exe application to the MMOS2 directory.     
  125.        copy PROMIX2.EXE to c:\MMOS2
  126.  
  127.    Copy the Promix2 help file to the MMOS2 directory.     
  128.        copy PROMIX2.HLP to c:\MMOS2
  129.  
  130.    You may wish to add an icon to your desktop for launching the Promix2
  131.    application.  The easiest way to do this is by dragging the Program
  132.    template from your templates folder to the desktop.  By changing the
  133.    settings on the Program and General pages, you'll be able to launch 
  134.    Promix2.
  135.  
  136.    Promix2's help facility is activated via the F1 keystroke.
  137.  
  138.  
  139.  
  140.  
  141.  
  142.  
  143.  
  144.  
  145.  
  146.  
  147.  
  148.  
  149. Q:  What Media Vision Products are supported?
  150.  
  151. A:  Audio support
  152.     --------------
  153.     (***)
  154.     Pro AudioSpectrum Plus (see MMPM2.INI file change required below)
  155.     Pro AudioSpectrum 16  
  156.     Pro Audio Studio 16 (++) 
  157.     Pro 16 Multimedia Upgrade Kit    
  158.     Fusion CD 
  159.     Fusion CD 16
  160.     Fusion CD 16E
  161.     Fusion Double CD
  162.     CDPC  (**) (sound only no CD support)
  163.     CDPC XL (**)
  164.  
  165.     (**)  The CDPC and CDPC-XL front panel volume and mute controls are not
  166.       yet supported.     
  167.  
  168.     (***) Audio support for the original Pro AudioSpectrum (8-bit ISA bus
  169.       slot interface) has not been tested for this release. OS/2
  170.       MMPM support will be available in a future release.
  171.  
  172.     (++) Pro AudioStudio 16's selectable input gain feature is not supported
  173.      on this release.
  174.  
  175.  
  176.  
  177. Q: If I have trouble, what should I do?
  178.  
  179. A: Media Vision's Technical Support department telephone number is 
  180.    (800) 638-2807.  Media Vision also has a European office that 
  181.    offers technical assistance.  They are located in Munich.  Check
  182.    directory assistance for Media Vision GMBH.
  183.  
  184.    Media Vision, Inc        Main:         (800) 348-7116 or (510) 770-8600                                   
  185.    3815 LaurelView Ct.      Sales:        (800) 845-5870
  186.    Fremont, CA 94539        Parts:        (800) 356-7886
  187.                 Tech Support: (800) 638-2807 or (510) 770-9905
  188.                 FAX:          (510) 770-8648 or (510) 770-9592
  189.    BBS: (510) 770-0968 2400 (8 bits, no parity, 1 stop bit)
  190.     (510) 770-1661 2400 (8 bits, no parity, 1 stop bit)
  191.     (510) 770-0527 9600 (8 bits, no parity, 1 stop bit)
  192.  
  193.    Developer Assistance Program: (800) 472-6147
  194.  
  195.    CIS: GO MEDIAVISION or send CIS mail to 75300,2772
  196.    Internet: Send mail to 75300,2772@compuserve.com
  197.  
  198.  
  199. Q: Which .WAV files can I play.
  200.  
  201. A: You should be able to play any PCM (uncompressed) .WAV file 
  202.    with sampling rates between 4 and 48 KHz, mono or stereo, and
  203.    8 or 16 bits.
  204.  
  205. Q: How can I change my card's DMA and IRQ settings?
  206.  
  207. A: The PAS Plus, PAS 16 and CDPC all have software configuration settings.
  208.    The 'device=' line in config.sys can be used to specify different IRQ
  209.    and DMA settings.
  210.  
  211.     DEVICE=c:\os2\mvprodd.sys /I:11 /D:3
  212.  
  213.    The /I parameter is used to set the IRQ.  The /D parameter is used to 
  214.    set the DMA.  
  215.    Valid IRQ settings are: 2,3,4,5,6,7,10,11,12,14,15          
  216.    Valid DMA settings are: 1,2,3,5,6,7
  217.    
  218.    DMA channels 5,6,7 use 16-bit data transfers and are preferable choices.
  219.  
  220. Q: Will I be able to run my DOS games and applications?
  221.  
  222. A: YES!  The IBM team has done a superlative job at providing support
  223.    for sound hardware using auto-init DMA.  You can actually run 
  224.    TrakBlaster Pro in a DOS session!  You will need to load MVSOUND.SYS
  225.    for the DOS session.  Make sure that your DOS IRQ and DMA settings
  226.    match those used by the OS/2 device driver.
  227.  
  228.    If you have trouble with Sound Blaster compatible games, make sure
  229.    you add the /S switch (details above).  Also, some games (Wolfenstein
  230.    3D, for example) check a DOS enviroment variable for IRQ and port address 
  231.    information.
  232.  
  233.    Add the line 
  234.       set blaster=a220 d1 i5 T3
  235.    to your autoexec.bat file.  This assumes you are using the factory 
  236.    default Sound Blaster IRQ setting of 5.
  237.  
  238.  
  239. Q: Will I be able to run the Media Vision Windows drivers in WIN/OS2?
  240.  
  241. A: Yes.  Consider using the Sound Blaster section of the card for 
  242.    your WinOS2 multimedia audio driver.  With such a configuration, you 
  243.    will be able to use Windows Multimedia utilities and OS/2 multimedia
  244.    utilities at the same time.  When using the FM, MIDI or PAS digital audio
  245.    features in WinOS2, you will not be able to use these features in OS/2
  246.    
  247.  
  248. Q: Can I run the Sound Blaster OS/2 drivers that came with OS/2 on the 
  249.    PAS 16?
  250.  
  251. A: No.  The Sound Blaster drivers, which were written by Creative Labs
  252.    check for Media Vision hardware and fail if they detect a PAS 16,
  253.    ThunderBoard or Thunder and Lightning card.  
  254.  
  255.    
  256. Q: Why do volumes change between WinOS2 and OS/2?
  257.  
  258. A: At present mixer volumes are not globally consistant.  When starting a 
  259.    WinOS2 session, expect the Windows drivers to reset mixer settings.
  260.  
  261. Q: I have a Pro AudioSpectrum Plus and I can't record or play audio
  262.    under OS/2 2.1.  What's wrong?
  263.  
  264. A: In the file MMPM2.INI found in your MMOS2 directory, you'll find a
  265.    header like this:
  266.    [ibmwavepas1601]
  267.    Under this heading you will find the PARMSTRING parameter.  Change
  268.    the string BPS=16 to BPS=8 and digital audio will work.
  269.  
  270.  
  271. Q: Can I use these drivers with OS/2 2.0?
  272.  
  273. A: OS/2 2.1 is required for audio support.  The SCSI driver will work on
  274.    both OS/2 2.0 and OS/2 2.1.  
  275.  
  276.  
  277. Q:  Can I play CD audio?       
  278.  
  279. A:  The SCSI driver will support CD (Redbook) audio playback when used in
  280.     conjunction with IBM's MMPM/2 system software.  It will also support
  281.     most SCSI hard disks.
  282.  
  283.  
  284. Q:  What CD-ROM drives are supported?
  285.  
  286. A:  CD-ROM Drive Support List
  287.     -------------------------
  288.  
  289.     Hitachi   CDR-1650S, CDR-1750S, CDR-3650, CDR-3750
  290.     IBM       CD-ROM I, CD-ROM II
  291.     NEC       CDR-25J,CDR-36, CDR-37, CDR-72, CDR-73, CDR-74, CDR-82, CDR-83,
  292.           CDR-84
  293.     Panasonic CR-501, LK-MC501S
  294.     Sony      CDU-541, CDU-561, CDU-6111, CDU-6211, CDU-7211
  295.     Texel     DM-3021, DM-3024, DM-5021, DM-5024
  296.     Toshiba   XM-3201, XM-3301, XM-3401
  297.  
  298.     Support is provided for both data and audio on all models.        
  299.  
  300.     If you have a "CDPC", "Fusion CD 16" or "Media Vision Multimedia
  301.     Upgrade Kit " you should have a CD-ROM drive with a Sony interface.
  302.     The Sony interface is not yet supported.  See the release notes above.
  303.   
  304.  
  305. Q: Is Kodak Photo CD supported?
  306.  
  307. A: Single session, Kodak Photo-CD support is provided for those drives which
  308.    support this standard.
  309.  
  310. Q: How fast is the SCSI interface under OS/2
  311.  
  312. A: We have measured hard file (hard disk) reads at 504 Kb/sec and CD-ROM
  313.    (NEC 83j) reads at 238 Kb/sec.
  314.  
  315.  
  316.